←Select platform

AnnPicture Constructor(byte[])

Summary

Creates a new instance of the AnnPicture from PNG data.

Syntax
C#
VB
Objective-C
C++
public AnnPicture( 
   byte[] pngData 
) 
Public Function New( _ 
   ByVal pngData() As Byte _ 
) 
-(id)initWithData:(NSData*)aPictureData; 
public:  
   AnnPicture(array<Byte>^ pngData) 

Parameters

pngData
Byte array containing PNG image data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly